home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000224_news@columbia.edu_Tue Aug 22 13:03:59 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10361
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 25 Aug 1995 08:36:50 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12300
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 25 Aug 1995 08:36:49 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!newsfeed.internetmci.com!us.oracle.com!news.caldera.com!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: PC dropping out of server mode on connect
  9. Message-Id: <1995Aug22.190359.59497@cc.usu.edu>
  10. Date: 22 Aug 95 19:03:59 MDT
  11. References: <41dj6o$8kg@netapp.netapp.com>
  12. Organization: Utah State University
  13. Lines: 18
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <41dj6o$8kg@netapp.netapp.com>, Varun Mehta <varun@netapp.com> writes:
  17. > I'm trying to transfer files from one PC to another.  I set up PC A as a
  18. > server as described in "Using MS-DOS Kermit."  When I dial in from PC B,
  19. > as soon as the two modems connect, PC A drops out of server mode and
  20. > goes back to command line mode.  This makes it impossible to transfer files.
  21. > Perhaps there's a control character that PC B is sending to PC A that's
  22. > causing the latter to drop out of server mode?  This doesn't happen when
  23. > I use PC B as a server and dial in from PC A.
  24. > PC A has a Best Data 14.4 Smart One modem and PC B has a US Robotics
  25. > Sportster 14.4 modem and I'm using the appropriate .scr files for both.
  26. > I guess I should check if ctl-C or alt-X are escaped?  Or could it be
  27.  
  28.     Alt-x is not a control code and has no ASCII representation.
  29.     Try SET DEBUG ON and/or LOG PACKETS to see what the answering
  30. modem is sending to Kermit.
  31.     Joe D.